net/http.http2Framer.WritePing (method)

6 uses

	net/http (current package)
		h2_bundle.go#L2457: func (f *http2Framer) WritePing(ack bool, data [8]byte) error {
		h2_bundle.go#L10285: 		if pingError = cc.fr.WritePing(false, p); pingError != nil {
		h2_bundle.go#L10328: 	if err := cc.fr.WritePing(true, f.Data); err != nil {
		h2_bundle.go#L10357: 		cc.fr.WritePing(false, payload)
		h2_bundle.go#L10715: 	return ctx.Framer().WritePing(false, w.data)
		h2_bundle.go#L10725: 	return ctx.Framer().WritePing(true, w.pf.Data)